summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-06-01 22:59:24 +0000
committerewt <devnull@localhost>1997-06-01 22:59:24 +0000
commit9b92c41eac934f5e95e44c8c9e35a7eb1898a44d (patch)
tree5f5be8d9d507aace11aa22bf6f0f155a8064ddbe /misc
parentc5dcacd20144babd52181ea9bb34aa82f895b828 (diff)
downloadlibrpm-tizen-9b92c41eac934f5e95e44c8c9e35a7eb1898a44d.tar.gz
librpm-tizen-9b92c41eac934f5e95e44c8c9e35a7eb1898a44d.tar.bz2
librpm-tizen-9b92c41eac934f5e95e44c8c9e35a7eb1898a44d.zip
Added rpmfilename tag to to rpmrc and made use of it during package builds
CVS patchset: 1675 CVS date: 1997/06/01 22:59:24
Diffstat (limited to 'misc')
-rw-r--r--misc/miscfn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h
index d94a3345d..5e5e51b0d 100644
--- a/misc/miscfn.h
+++ b/misc/miscfn.h
@@ -67,7 +67,7 @@ extern void *myrealloc(void *, size_t);
#define GETMNTENT_ONE 1
#define GETMNTENT_TWO 0
#define our_mntent struct mntent
-#defeine our_mntdir mnt_dir
+#define our_mntdir mnt_dir
#elif HAVE_SYS_MNTTAB_H
#include <stdio.h>
#include <sys/mnttab.h>