Minor change request of src/usr.sbin/timed/timedc/timedc.c
Xin LI
delphij at frontfree.net
Tue May 11 11:35:04 PDT 2004
It seems that rev. 1.3 has merged FreeBSD's rev. 1.4 -> 1.5 changes. In
addition as a part of the code clean up effort, I think rev. 1.4 itself
is also suitable to merge it to DragonFly (strings.h -> string.h).
The attached patch does the change and note the new vendor version.
Cheers,
--
Xin LI <delphij frontfree net> http://www.delphij.net/
See complete headers for GPG key and other information.
Index: timedc.c
===================================================================
RCS file: /home/dcvs/src/usr.sbin/timed/timedc/timedc.c,v
retrieving revision 1.7
diff -u -r1.7 timedc.c
--- timedc.c 22 Apr 2004 18:33:52 -0000 1.7
+++ timedc.c 11 May 2004 18:28:42 -0000
@@ -32,7 +32,7 @@
*
* @(#) Copyright (c) 1985, 1993 The Regents of the University of California. All rights reserved.
* @(#)timedc.c 8.1 (Berkeley) 6/6/93
- * $FreeBSD: src/usr.sbin/timed/timedc/timedc.c,v 1.3 1999/08/28 01:20:21 peter Exp $
+ * $FreeBSD: src/usr.sbin/timed/timedc/timedc.c,v 1.5 2003/10/11 07:35:35 tjr Exp $
* $DragonFly: src/usr.sbin/timed/timedc/timedc.c,v 1.7 2004/04/22 18:33:52 cpressey Exp $
*/
@@ -42,7 +42,7 @@
#include <setjmp.h>
#include <signal.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
#include <syslog.h>
#include <unistd.h>
Attachment:
pgp00000.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00000.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20040511/fd53ae6d/attachment-0018.obj>
More information about the Submit
mailing list