diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-25 18:03:30 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-25 18:03:30 +0000 |
commit | ae412ac8a45f45a71cb1928faa39f117a2a934e9 (patch) | |
tree | 4a482bcb8d467e0b15d9e60fc2f0ac435feae0ee | |
parent | 57dbf34ccc09cad5806d45355ceda3a4a23d9045 (diff) |
kill unused definition, okay krw@, millert@
-rw-r--r-- | sys/sys/mount.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 8d85905687c..259d24f1f71 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.62 2005/07/03 20:14:00 drahn Exp $ */ +/* $OpenBSD: mount.h,v 1.63 2005/10/25 18:03:29 pedro Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -345,7 +345,6 @@ struct ostatfs { #define MOUNT_MFS "mfs" /* Memory Filesystem */ #define MOUNT_MSDOS "msdos" /* MSDOS Filesystem */ #define MOUNT_LFS "lfs" /* Log-based Filesystem */ -#define MOUNT_LOFS "lofs" /* Loopback filesystem */ #define MOUNT_FDESC "fdesc" /* File Descriptor Filesystem */ #define MOUNT_PORTAL "portal" /* Portal Filesystem */ #define MOUNT_KERNFS "kernfs" /* Kernel Information Filesystem */ |