projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd0692
)
(setsockopt): Keep in step with prototype.
author
drepper
<drepper>
Wed, 18 Mar 1998 14:30:36 +0000
(14:30 +0000)
committer
drepper
<drepper>
Wed, 18 Mar 1998 14:30:36 +0000
(14:30 +0000)
sysdeps/generic/setsockopt.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/setsockopt.c
b/sysdeps/generic/setsockopt.c
index
ba87643
..
3b6d741
100644
(file)
--- a/
sysdeps/generic/setsockopt.c
+++ b/
sysdeps/generic/setsockopt.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-27,7
+27,7
@@
setsockopt (fd, level, optname, optval, optlen)
int fd;
int level;
int optname;
-
void *
optval;
+
const __ptr_t
optval;
socklen_t optlen;
{
__set_errno (ENOSYS);