Deleted Added
full compact
1c1
< $FreeBSD: head/sys/kern/syscalls.master 82585 2001-08-30 18:50:57Z dillon $
---
> $FreeBSD: head/sys/kern/syscalls.master 82607 2001-08-31 00:02:18Z dillon $
266c266
< 169 NOSTD BSD { int semsys(int which, int a2, int a3, int a4, \
---
> 169 MNOSTD BSD { int semsys(int which, int a2, int a3, int a4, \
270c270
< 170 NOSTD BSD { int msgsys(int which, int a2, int a3, int a4, \
---
> 170 MNOSTD BSD { int msgsys(int which, int a2, int a3, int a4, \
274c274
< 171 NOSTD BSD { int shmsys(int which, int a2, int a3, int a4); }
---
> 171 MNOSTD BSD { int shmsys(int which, int a2, int a3, int a4); }
348c348
< 220 NOSTD BSD { int __semctl(int semid, int semnum, int cmd, \
---
> 220 MNOSTD BSD { int __semctl(int semid, int semnum, int cmd, \
350,351c350,351
< 221 NOSTD BSD { int semget(key_t key, int nsems, int semflg); }
< 222 NOSTD BSD { int semop(int semid, struct sembuf *sops, \
---
> 221 MNOSTD BSD { int semget(key_t key, int nsems, int semflg); }
> 222 MNOSTD BSD { int semop(int semid, struct sembuf *sops, \
354c354
< 224 NOSTD BSD { int msgctl(int msqid, int cmd, \
---
> 224 MNOSTD BSD { int msgctl(int msqid, int cmd, \
356,357c356,357
< 225 NOSTD BSD { int msgget(key_t key, int msgflg); }
< 226 NOSTD BSD { int msgsnd(int msqid, void *msgp, size_t msgsz, \
---
> 225 MNOSTD BSD { int msgget(key_t key, int msgflg); }
> 226 MNOSTD BSD { int msgsnd(int msqid, void *msgp, size_t msgsz, \
359c359
< 227 NOSTD BSD { int msgrcv(int msqid, void *msgp, size_t msgsz, \
---
> 227 MNOSTD BSD { int msgrcv(int msqid, void *msgp, size_t msgsz, \
361,362c361,362
< 228 NOSTD BSD { int shmat(int shmid, void *shmaddr, int shmflg); }
< 229 NOSTD BSD { int shmctl(int shmid, int cmd, \
---
> 228 MNOSTD BSD { int shmat(int shmid, void *shmaddr, int shmflg); }
> 229 MNOSTD BSD { int shmctl(int shmid, int cmd, \
364,365c364,365
< 230 NOSTD BSD { int shmdt(void *shmaddr); }
< 231 NOSTD BSD { int shmget(key_t key, int size, int shmflg); }
---
> 230 MNOSTD BSD { int shmdt(void *shmaddr); }
> 231 MNOSTD BSD { int shmget(key_t key, int size, int shmflg); }