Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/uucpd Pull in <sys/param.h> explicitly.



details:   https://anonhg.NetBSD.org/src/rev/38e0afeef5c9
branches:  trunk
changeset: 546472:38e0afeef5c9
user:      agc <agc%NetBSD.org@localhost>
date:      Tue Apr 29 17:22:01 2003 +0000

description:
Pull in <sys/param.h> explicitly.

diffstat:

 libexec/uucpd/uucpd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6521392bb684 -r 38e0afeef5c9 libexec/uucpd/uucpd.c
--- a/libexec/uucpd/uucpd.c     Tue Apr 29 17:07:56 2003 +0000
+++ b/libexec/uucpd/uucpd.c     Tue Apr 29 17:22:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uucpd.c,v 1.20 2003/03/03 19:05:09 dsl Exp $   */
+/*     $NetBSD: uucpd.c,v 1.21 2003/04/29 17:22:01 agc Exp $   */
 
 /*
  * Copyright (c) 1985 The Regents of the University of California.
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "from: @(#)uucpd.c      5.10 (Berkeley) 2/26/91";
 #else
-__RCSID("$NetBSD: uucpd.c,v 1.20 2003/03/03 19:05:09 dsl Exp $");
+__RCSID("$NetBSD: uucpd.c,v 1.21 2003/04/29 17:22:01 agc Exp $");
 #endif
 #endif /* not lint */
 
@@ -56,6 +56,7 @@
 #include <sys/wait.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <sys/param.h>
 #include <sys/syslog.h>
 
 #include <netinet/in.h>



Home | Main Index | Thread Index | Old Index