diff options
Diffstat (limited to 'devel/mk/files/patch-src__Posix.c')
-rw-r--r-- | devel/mk/files/patch-src__Posix.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/mk/files/patch-src__Posix.c b/devel/mk/files/patch-src__Posix.c new file mode 100644 index 000000000000..1e2b3dbe77d8 --- /dev/null +++ b/devel/mk/files/patch-src__Posix.c @@ -0,0 +1,18 @@ +--- src/Posix.c.orig Thu Jul 3 16:08:16 2003 ++++ src/Posix.c Thu Jul 3 16:08:31 2003 +@@ -276,14 +276,6 @@ + signal(sigmsgs[i].sig, notifyf); + } + +-char* +-maketmp(void) +-{ +- static char temp[L_tmpnam]; +- +- return tmpnam(temp); +-} +- + int + chgtime(char *name) + { + |