repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
compat
/
arch
/
powerpc
/
sys
/
compat_msgctl.S
blob
d455364b63b1df6df5111046502ac04508b7cb23
1
/* $NetBSD: msgctl.S,v 1.1 1999/08/25 05:09:31 thorpej Exp $ */
2
3
#include "SYS.h"
4
5
WARN_REFERENCES(msgctl, \
6
"warning: reference to compatibility msgctl(); include <sys/msg.h> for correct reference")
7
8
PSEUDO(msgctl,compat_14_msgctl)