diff options
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)))) |