Change a comment to reflect new makesyscalls.sh behavior.
This commit is contained in:
parent
98193ef4fd
commit
9f6ec3eb67
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: syscalls.master,v 1.12 1998/02/14 20:58:21 kleink Exp $
|
$NetBSD: syscalls.master,v 1.13 1998/02/19 00:40:25 thorpej Exp $
|
||||||
|
|
||||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
; [comment]
|
; [comment]
|
||||||
;
|
;
|
||||||
; #ifdef's, etc. may be included, and are copied to the output files.
|
; #ifdef's, etc. may be included, and are copied to the output files.
|
||||||
; #include's are copied to the syscall switch definition file only.
|
; #include's are copied to the syscall names and switch definition files only.
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
|
Loading…
Reference in New Issue