s/#ifdefined/#ifdef/
This commit is contained in:
parent
aaa5c58d70
commit
eab255c93f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.35 2000/08/07 18:10:25 bjh21 Exp $ */
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.36 2000/08/08 02:12:30 itojun Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
@ -433,7 +433,7 @@ int freebsd_sys_shmsys __P((struct proc *, void *, register_t *));
|
||||
#endif
|
||||
int sys_pread __P((struct proc *, void *, register_t *));
|
||||
int sys_pwrite __P((struct proc *, void *, register_t *));
|
||||
#ifdefined NTP
|
||||
#ifdef NTP
|
||||
int freebsd_ntp_adjtime __P((struct proc *, void *, register_t *));
|
||||
#else
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp $
|
||||
$NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp $
|
||||
|
||||
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
||||
@ -349,7 +349,7 @@
|
||||
174 NOARGS { ssize_t sys_pwrite(int fd, const void *buf, \
|
||||
size_t nbyte, int pad, off_t offset); }
|
||||
175 UNIMPL
|
||||
#ifdefined NTP
|
||||
#ifdef NTP
|
||||
176 STD { int freebsd_ntp_adjtime(struct freebsd_timex *tp); }
|
||||
#else
|
||||
176 EXCL ntp_adjtime
|
||||
|
Loading…
Reference in New Issue
Block a user