Previous commit also removed some 'const' qualifiers on args for

svr4_sys_sendto() which probably shouldn't have been 'const'.
This commit is contained in:
Mark Newton 1999-07-30 13:44:43 +00:00
parent c8f2ce34ac
commit 275d27d822
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49280
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>