diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-18 23:41:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-18 23:41:32 +0000 |
commit | cd93a9c18a66fda6cfae612df20f057e039c0aec (patch) | |
tree | abee1b30e29b04a04238c60f5c76528c5be93285 /usr.sbin/gspa | |
parent | 8ffd959b3c854fda70f78d14b8210e60b23382c4 (diff) |
de-warn some more garbage
Diffstat (limited to 'usr.sbin/gspa')
-rw-r--r-- | usr.sbin/gspa/gspa/gsp_ass.h | 6 |
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)))) |