Module Name: src
Committed By: christos
Date: Sun Jan 17 23:16:46 UTC 2016
Modified Files:
src/sys/sys: conf.h
Log Message:
add /dev/full
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/sys/conf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/conf.h
diff -u src/sys/sys/conf.h:1.145 src/sys/sys/conf.h:1.146
--- src/sys/sys/conf.h:1.145 Fri Jul 25 03:56:14 2014
+++ src/sys/sys/conf.h Sun Jan 17 18:16:46 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.h,v 1.145 2014/07/25 07:56:14 dholland Exp $ */
+/* $NetBSD: conf.h,v 1.146 2016/01/17 23:16:46 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -235,6 +235,7 @@ int seltrue_kqfilter(dev_t, struct knote
#ifdef COMPAT_16
#define _DEV_ZERO_oARM 3 /* reserved: old ARM /dev/zero minor */
#endif
+#define DEV_FULL 11 /* minor device 11 is '\0'/ENOSPC */
#define DEV_ZERO 12 /* minor device 12 is '\0'/rathole */
enum devnode_class {