Source-Changes-HG archive

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

[src/trunk]: src/include Move IPv6-related declarations into the implementati...



details:   https://anonhg.NetBSD.org/src/rev/d54e7202ec49
branches:  trunk
changeset: 474312:d54e7202ec49
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat Jul 03 13:22:06 1999 +0000

description:
Move IPv6-related declarations into the implementation-defined domain.

diffstat:

 include/unistd.h |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r a00bbc315a77 -r d54e7202ec49 include/unistd.h
--- a/include/unistd.h  Sat Jul 03 12:30:16 1999 +0000
+++ b/include/unistd.h  Sat Jul 03 13:22:06 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unistd.h,v 1.75 1999/07/01 18:15:41 itojun Exp $       */
+/*     $NetBSD: unistd.h,v 1.76 1999/07/03 13:22:06 kleink Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -326,17 +326,17 @@
 quad_t  __syscall __P((quad_t, ...));
 int     undelete __P((const char *));
 
+#if 1 /*INET6*/
+int     rresvport_af __P((int *, int));
+int     ruserok_af __P((const char *, int, const char *, const char *, int));
+int     iruserok_af __P((const void *, int, const char *, const char *, int));
+#endif
+
 extern __const char *__const *sys_siglist __RENAME(__sys_siglist14);
 extern  int optreset;          /* getopt(3) external variable */
 extern  char *suboptarg;       /* getsubopt(3) external variable */
 #endif
 
-#if 1 /*INET6*/
-int    rresvport_af __P((int *, int));
-int    ruserok_af __P((const char *, int, const char *, const char *, int));
-int    iruserok_af __P((const void *, int, const char *, const char *, int));
-#endif
-
 __END_DECLS
 
 #endif /* !_UNISTD_H_ */



Home | Main Index | Thread Index | Old Index