diff options
author | ewt <devnull@localhost> | 1997-05-07 15:07:50 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-07 15:07:50 +0000 |
commit | 9c2a152c85f5c6b97f25ac4b0b355d6a816fe967 (patch) | |
tree | 9f70ae59195b87573e50648ba0bf121a2186ce3a /misc/glob.c | |
parent | 140af1251243e1cad1ba92b95c1017ee5a918567 (diff) | |
download | librpm-tizen-9c2a152c85f5c6b97f25ac4b0b355d6a816fe967.tar.gz librpm-tizen-9c2a152c85f5c6b97f25ac4b0b355d6a816fe967.tar.bz2 librpm-tizen-9c2a152c85f5c6b97f25ac4b0b355d6a816fe967.zip |
Added config.h, miscfn.h header files
CVS patchset: 1607
CVS date: 1997/05/07 15:07:50
Diffstat (limited to 'misc/glob.c')
-rw-r--r-- | misc/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/glob.c b/misc/glob.c index d8b4d547a..4f83457db 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -7,7 +7,7 @@ #endif #if defined(sun) && !defined(__svr4__) -#define SYSNDIR +#define SYSDIR #endif /* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. |