summaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-aa
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-28 12:48:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-28 12:48:17 +0000
commit686994ad053b814c5c12079963c6d200f81b1424 (patch)
tree96ec98d9fd2fb2b40910ba002d8b2c7a3641a9aa /net/coda5_server/files/patch-aa
parentRemoved orion-devel (temporarily) to unbreak make index. (diff)
Update to 5.3.20
Mark broken on 4.x, tjr will try to fix this too PR: 50340 Submitted by: tjr
Diffstat (limited to 'net/coda5_server/files/patch-aa')
-rw-r--r--net/coda5_server/files/patch-aa36
1 files changed, 0 insertions, 36 deletions
diff --git a/net/coda5_server/files/patch-aa b/net/coda5_server/files/patch-aa
deleted file mode 100644
index d1d4f2fd4f24..000000000000
--- a/net/coda5_server/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
---- coda-src/update/updatesrv.cc.orig Sun Mar 2 17:55:46 2003
-+++ coda-src/update/updatesrv.cc Sun Mar 2 17:57:50 2003
-@@ -184,6 +184,7 @@
- long portmapid;
- struct stat statbuf;
- char *miscdir;
-+ time_t tim;
-
- /* process the command line arguments */
- for (i = 1; i < argc; i++) {
-@@ -305,7 +306,7 @@
- }
- gettimeofday(&tp, &tsp);
- LogMsg(0, SrvDebugLevel, stdout,
-- "Update Server started %s", ctime(&tp.tv_sec));
-+ "Update Server started %s", ctime(&(tim = tp.tv_sec)));
-
- CODA_ASSERT(LWP_WaitProcess((char *)&parentPid) == LWP_SUCCESS);
-
-@@ -455,6 +456,7 @@
- char name[MAXPATHLEN]; /* area to hold the name */
- struct stat buff; /* buffer for stat */
- int len;
-+ time_t tim;
-
- rc = 0;
-
-@@ -518,7 +520,7 @@
- *CurrentUsecs = tp.tv_usec;
- LogMsg(2, SrvDebugLevel, stdout,
- "UpdateFetch returns %s newtime is %d at %s",
-- ViceErrorMsg((int)rc), *NewTime, ctime(&tp.tv_sec));
-+ ViceErrorMsg((int)rc), *NewTime, ctime(&(tim = tp.tv_sec)));
- return(rc);
- }
-