diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2003-03-03 18:34:15 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2003-03-03 18:34:15 +0000 |
commit | 4c46949a408d12b8aa66ea3c4325343501fa5b59 (patch) | |
tree | 941e3b3c9b5d885d2d4d43058403f52cc1fb65e1 /sys | |
parent | ae58ae6c504e1e11506f98fecdd0d726d1b2ed8e (diff) |
Remove STRNCAT define.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/isp_openbsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h index 8023062f00c..b36cb504581 100644 --- a/sys/dev/ic/isp_openbsd.h +++ b/sys/dev/ic/isp_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.h,v 1.21 2002/05/17 01:33:24 mjacob Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.22 2003/03/03 18:34:14 mjacob Exp $ */ /* * OpenBSD Specific definitions for the Qlogic ISP Host Adapter */ @@ -118,7 +118,6 @@ struct isposinfo { #define MEMZERO bzero #define MEMCPY(dst, src, amt) bcopy((src), (dst), (amt)) #define SNPRINTF snprintf -#define STRNCAT strncat #define USEC_DELAY(x) delay(x) #define USEC_SLEEP(isp, x) \ if (!MUST_POLL(isp)) \ |