]> arthur.barton.de Git - netatalk.git/commitdiff
Tru64 warning fixes.
authorsrittau <srittau>
Wed, 15 Aug 2001 01:39:39 +0000 (01:39 +0000)
committersrittau <srittau>
Wed, 15 Aug 2001 01:39:39 +0000 (01:39 +0000)
etc/atalkd/config.c
etc/atalkd/main.c
etc/atalkd/multicast.c
etc/atalkd/nbp.c
etc/atalkd/rtmp.c
etc/atalkd/zip.c

index 488ba8c423773e67c707f89ce9ab192c475959b3..da2edeeecb1176fc04cd1334badd6fa4520b8b4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: config.c,v 1.4 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: config.c,v 1.5 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/ioctl.h>
 #include <syslog.h>
 #include <sys/param.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <netatalk/at.h>
 #include <netatalk/endian.h>
index e4acd9e767182a55abd50adb84eb3d2e34003c24..39146f3c422a4a47b241b5b00b9effad7ccaaf4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.c,v 1.6 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: main.c,v 1.7 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 #include <errno.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <net/route.h>
 
index af0b7115fc011e72db0375bd835bbf7623671316..002a90a4ebedf64479091918ed643791c9cd35bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: multicast.c,v 1.6 2001-07-31 19:50:14 srittau Exp $
+ * $Id: multicast.c,v 1.7 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <syslog.h>
 
index 7adcd98261eb247c870d85c1b29b72a84a5e12e4..28ab7faef127c5d746fdf8cb4e471daf7f971797 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: nbp.c,v 1.4 2001-08-03 22:11:54 srittau Exp $
+ * $Id: nbp.c,v 1.5 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <netatalk/at.h>
 #include <atalk/ddp.h>
index e35b89a7bb121d2b468c4c74cb841652e74b1b34..723a7021bb5f9b71d4ab1de48437a8275eb41611 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rtmp.c,v 1.7 2001-08-03 22:12:54 srittau Exp $
+ * $Id: rtmp.c,v 1.8 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <net/route.h>
 #include <netatalk/endian.h>
index 52f79bd67e5f74201a575dabf0e15ff490a80b44..4d71b01101600970cd7f2aa0f83642ffac2c3a63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: zip.c,v 1.6 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: zip.c,v 1.7 2001-08-15 01:39:39 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
+#ifdef TRU64
+#include <sys/mbuf.h>
+#include <net/route.h>
+#endif /* TRU64 */
 #include <net/if.h>
 #include <net/route.h>
 #include <netatalk/endian.h>