repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
compat
/
arch
/
powerpc64
/
sys
/
compat_msgctl.S
blob
1e3309aa0a0a67853d282d35ce57a38044a8e843
1
/* $NetBSD: compat_msgctl.S,v 1.1 2006/07/07 06:59:04 ross 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)