diff options
author | 2002-02-18 23:41:31 +0000 | |
---|---|---|
committer | 2002-02-18 23:41:31 +0000 | |
commit | 14ca398c97fa66e375a5a4aa4f77efd70335dce5 (patch) | |
tree | 0f3c8cf9ce1fc5e0ded44e6496ee330c8322c588 | |
parent | more "char c = getchar(); if (c == EOF) ..." balony (diff) | |
download | wireguard-openbsd-14ca398c97fa66e375a5a4aa4f77efd70335dce5.tar.xz wireguard-openbsd-14ca398c97fa66e375a5a4aa4f77efd70335dce5.zip |
de-warn some more garbage
-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)))) |