summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-06-19 15:15:03 +0000
committerewt <devnull@localhost>1997-06-19 15:15:03 +0000
commitca410b34d009b64dc1ad483e4bf26152a6bdbd89 (patch)
tree383cbbee6fd4bc3930ca00db1ab4712d9e08525f /misc
parent300911b8b7e64e91701d81cb1d16e719b2bde17f (diff)
downloadrpm-ca410b34d009b64dc1ad483e4bf26152a6bdbd89.tar.gz
rpm-ca410b34d009b64dc1ad483e4bf26152a6bdbd89.tar.bz2
rpm-ca410b34d009b64dc1ad483e4bf26152a6bdbd89.zip
fixed typo
CVS patchset: 1704 CVS date: 1997/06/19 15:15:03
Diffstat (limited to 'misc')
-rw-r--r--misc/miscfn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h
index e655926f9..0ca0ef397 100644
--- a/misc/miscfn.h
+++ b/misc/miscfn.h
@@ -84,7 +84,6 @@ extern void *myrealloc(void *, size_t);
# define GETMNTENT_TWO 1
# define our_mntent struct mnttab
# define our_mntdir mnt_mountp
-#define
#else if !HAVE_MNTCTL
# error Neither mntent.h, mnttab.h, or mntctl() exists. I cannot build on this system.
#endif