diff options
author | newton <newton@FreeBSD.org> | 1999-07-30 13:44:43 +0000 |
---|---|---|
committer | newton <newton@FreeBSD.org> | 1999-07-30 13:44:43 +0000 |
commit | 2c354bcb9e2493a4e27f83f6934bc78748bdedcd (patch) | |
tree | 62fef532fe9f407efb09567a4a5302652bd5b27e /sys/svr4 | |
parent | 9810ef40cafa0d938694a414d4e23a7be94fa2eb (diff) | |
download | FreeBSD-src-2c354bcb9e2493a4e27f83f6934bc78748bdedcd.zip FreeBSD-src-2c354bcb9e2493a4e27f83f6934bc78748bdedcd.tar.gz |
Previous commit also removed some 'const' qualifiers on args for
svr4_sys_sendto() which probably shouldn't have been 'const'.
Diffstat (limited to 'sys/svr4')
-rw-r--r-- | sys/svr4/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/syscalls.master b/sys/svr4/syscalls.master index cb87fdb..703120d 100644 --- a/sys/svr4/syscalls.master +++ b/sys/svr4/syscalls.master @@ -20,7 +20,7 @@ ; OBSOL obsolete, not included in system, only specifies name ; UNIMPL not implemented, placeholder only ; -; $Id$ +; $Id: syscalls.master,v 1.2 1999/07/30 12:45:21 newton Exp $ ; #include <sys/types.h> #include <sys/socket.h> |