summaryrefslogtreecommitdiff
path: root/usr.sbin/gspa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-18 23:41:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-18 23:41:32 +0000
commitcd93a9c18a66fda6cfae612df20f057e039c0aec (patch)
treeabee1b30e29b04a04238c60f5c76528c5be93285 /usr.sbin/gspa
parent8ffd959b3c854fda70f78d14b8210e60b23382c4 (diff)
de-warn some more garbage
Diffstat (limited to 'usr.sbin/gspa')
-rw-r--r--usr.sbin/gspa/gspa/gsp_ass.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/gspa/gspa/gsp_ass.h b/usr.sbin/gspa/gspa/gsp_ass.h
index 0b50b0858e3..7143a5b4919 100644
--- a/usr.sbin/gspa/gspa/gsp_ass.h
+++ b/usr.sbin/gspa/gspa/gsp_ass.h
@@ -171,10 +171,4 @@ extern char line[], *lineptr;
#endif
#endif
-#ifndef BSD
-#ifndef amiga
-#define bcopy(s, d, l) memcpy(d, s, l)
-#endif
-#endif
-
#define new(x) ((x) = (typeof (x)) alloc (sizeof(*(x))))