Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/sys Pullup revision 1.59 (approved by jhawk):
details: https://anonhg.NetBSD.org/src/rev/833c404ec9db
branches: netbsd-1-5
changeset: 489721:833c404ec9db
user: toshii <toshii%NetBSD.org@localhost>
date: Mon Oct 09 02:41:28 2000 +0000
description:
Pullup revision 1.59 (approved by jhawk):
Wrap __cmsg_alignbytes in __BEGIN_DECLS ... __END_DECLS.
diffstat:
sys/sys/socket.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1ebf075f7dfb -r 833c404ec9db sys/sys/socket.h
--- a/sys/sys/socket.h Mon Oct 09 02:25:26 2000 +0000
+++ b/sys/sys/socket.h Mon Oct 09 02:41:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: socket.h,v 1.55 2000/06/04 08:50:28 itojun Exp $ */
+/* $NetBSD: socket.h,v 1.55.2.1 2000/10/09 02:41:28 toshii Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -466,12 +466,14 @@
};
#endif
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
int __cmsg_alignbytes __P((void));
+__END_DECLS
#ifndef _KERNEL
-#include <sys/cdefs.h>
-
__BEGIN_DECLS
int accept __P((int, struct sockaddr *, socklen_t *));
int bind __P((int, const struct sockaddr *, socklen_t));
Home |
Main Index |
Thread Index |
Old Index