artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e3a3e
)
oops, mistaken commit, spotted by naddy
author
deraadt
<deraadt@openbsd.org>
Tue, 6 Oct 2015 21:17:01 +0000
(21:17 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 6 Oct 2015 21:17:01 +0000
(21:17 +0000)
sys/sys/param.h
patch
|
blob
|
history
diff --git
a/sys/sys/param.h
b/sys/sys/param.h
index
8d7a7c3
..
7693fd8
100644
(file)
--- a/
sys/sys/param.h
+++ b/
sys/sys/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.1
19 2015/10/06 15:21:26
deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.1
20 2015/10/06 21:17:01
deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@
-38,6
+38,8
@@
#define _SYS_PARAM_H_
#define BSD 199306 /* System version (year & month). */
+#define BSD4_3 1
+#define BSD4_4 1
#define OpenBSD 201510 /* OpenBSD version (year & month). */
#define OpenBSD5_8 1 /* OpenBSD 5.8 */