projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8e1f7
)
Declare stpcpy only if not defined as macro.
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000
(16:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000
(16:49 +0000)
lib/savedir.c
patch
|
blob
|
history
diff --git
a/lib/savedir.c
b/lib/savedir.c
index
76634ee
..
523e94e
100644
(file)
--- a/
lib/savedir.c
+++ b/
lib/savedir.c
@@
-62,7
+62,9
@@
char *realloc ();
# define NULL 0
#endif
+#ifndef stpcpy
char *stpcpy ();
+#endif
#include "savedir.h"