summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-11 12:51:51 +0000
committerphk <phk@FreeBSD.org>2003-02-11 12:51:51 +0000
commit3c2e77371c8f7b074c4730479603f2404ec6fb62 (patch)
treeffaad1349b2cef69baaf7f9deb87eb8d5e6f3457 /sys
parentab4aed671a88556ae70014b86f547d31bda0c80b (diff)
downloadFreeBSD-src-3c2e77371c8f7b074c4730479603f2404ec6fb62.zip
FreeBSD-src-3c2e77371c8f7b074c4730479603f2404ec6fb62.tar.gz
Retire D_CANFREE flag.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/conf.h1
-rw-r--r--sys/sys/linedisc.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 6ce91ec..20085b2 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -205,7 +205,6 @@ typedef int l_modem_t(struct tty *tp, int flag);
*/
#define D_MEMDISK 0x00010000 /* memory type disk */
#define D_NAGGED 0x00020000 /* nagged about missing make_dev() */
-#define D_CANFREE 0x00040000 /* can free blocks */
#define D_TRACKCLOSE 0x00080000 /* track all closes */
#define D_MMAP_ANON 0x00100000 /* special treatment in vm_mmap.c */
#define D_KQFILTER 0x00200000 /* has kqfilter entry */
diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h
index 6ce91ec..20085b2 100644
--- a/sys/sys/linedisc.h
+++ b/sys/sys/linedisc.h
@@ -205,7 +205,6 @@ typedef int l_modem_t(struct tty *tp, int flag);
*/
#define D_MEMDISK 0x00010000 /* memory type disk */
#define D_NAGGED 0x00020000 /* nagged about missing make_dev() */
-#define D_CANFREE 0x00040000 /* can free blocks */
#define D_TRACKCLOSE 0x00080000 /* track all closes */
#define D_MMAP_ANON 0x00100000 /* special treatment in vm_mmap.c */
#define D_KQFILTER 0x00200000 /* has kqfilter entry */
OpenPOWER on IntegriCloud