summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-12-12 05:50:07 +0000
committerbp <bp@FreeBSD.org>1999-12-12 05:50:07 +0000
commit8fc09c011cc5df71c6f1ab5510dee8133224bbb4 (patch)
tree23846beaaea6fd45cec08f0065ee81e923253b53 /sys/netncp/ncp.h
parent5dc2695cfcb184d5382b50e31170898726ed36da (diff)
downloadFreeBSD-src-8fc09c011cc5df71c6f1ab5510dee8133224bbb4.zip
FreeBSD-src-8fc09c011cc5df71c6f1ab5510dee8133224bbb4.tar.gz
Update to version 1.3.4 of ncplib. Cleanup header files.
Diffstat (limited to 'sys/netncp/ncp.h')
-rw-r--r--sys/netncp/ncp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netncp/ncp.h b/sys/netncp/ncp.h
index 044f3c6..7add064 100644
--- a/sys/netncp/ncp.h
+++ b/sys/netncp/ncp.h
@@ -7,11 +7,11 @@
* $FreeBSD$
*/
-#ifndef _NCP_H_
-#define _NCP_H_
+#ifndef _NETNCP_NCP_H_
+#define _NETNCP_NCP_H_
#define NCP_VERMAJ 1
-#define NCP_VERMIN 3300
+#define NCP_VERMIN 3400
#define NCP_VERSION (NCP_VERMAJ*100000 + NCP_VERMIN)
typedef u_int32_t nwdirent;
OpenPOWER on IntegriCloud