Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/gencat ... and in NetBSD-current, <netinet/in.h> nee...
details: https://anonhg.NetBSD.org/src/rev/da5cc948410e
branches: trunk
changeset: 526083:da5cc948410e
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Wed Apr 24 22:44:40 2002 +0000
description:
... and in NetBSD-current, <netinet/in.h> needs <sys/types.h>.
diffstat:
usr.bin/gencat/gencat.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 9b9eb07f29b6 -r da5cc948410e usr.bin/gencat/gencat.c
--- a/usr.bin/gencat/gencat.c Wed Apr 24 22:34:07 2002 +0000
+++ b/usr.bin/gencat/gencat.c Wed Apr 24 22:44:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gencat.c,v 1.16 2002/04/24 22:34:07 bjh21 Exp $ */
+/* $NetBSD: gencat.c,v 1.17 2002/04/24 22:44:40 bjh21 Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: gencat.c,v 1.16 2002/04/24 22:34:07 bjh21 Exp $");
+__RCSID("$NetBSD: gencat.c,v 1.17 2002/04/24 22:44:40 bjh21 Exp $");
#endif
/***********************************************************
@@ -79,6 +79,7 @@
#define _NLS_PRIVATE
+#include <sys/types.h>
#include <sys/queue.h>
#include <netinet/in.h> /* Needed by arpa/inet.h on NetBSD */
Home |
Main Index |
Thread Index |
Old Index