diff options
author | jbj <devnull@localhost> | 1999-12-01 20:00:39 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-01 20:00:39 +0000 |
commit | 8da3fc6db1926f13aceb842860fbfd7d5a2871a5 (patch) | |
tree | c5eec7861c15ddf7b0d1ddacb7fdac1a6d8d40b4 /system.h | |
parent | 8289346751e2d994a83416e90a67b5c96f4b07cd (diff) | |
download | librpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.tar.gz librpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.tar.bz2 librpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.zip |
Solaris fiddles.
CVS patchset: 3449
CVS date: 1999/12/01 20:00:39
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,6 +89,10 @@ extern time_t timezone; char *memchr (); #endif +#if !defined(HAVE_STPCPY) +char * stpcpy(char * dest, const char * src); +#endif + #include <errno.h> #ifndef errno extern int errno; |