summaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-ae
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
commit65b0f9cd13e0d8b65b948c944f087a7031c37e77 (patch)
treea000350bae127efa1234c66dae69e72f2f6a16a9 /net/coda5_server/files/patch-ae
parentSync files masks with the current ports tree. (diff)
Remove expired net/coda5_server and its slave port net/coda5_client
2006-10-04 net/coda5_server (I love seeing those patch-?? files going to the attic:)
Diffstat (limited to 'net/coda5_server/files/patch-ae')
-rw-r--r--net/coda5_server/files/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/coda5_server/files/patch-ae b/net/coda5_server/files/patch-ae
deleted file mode 100644
index b3b75be8390b..000000000000
--- a/net/coda5_server/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
---- coda-src/vice/srv.cc.orig Sun Mar 2 17:49:12 2003
-+++ coda-src/vice/srv.cc Sun Mar 2 17:54:40 2003
-@@ -1270,8 +1270,13 @@
- char buf[100], buf2[100]; /* can't believe there will be more logs! */
- struct dirent **namelist = NULL;
-
-+#if __FreeBSD__ >= 5
-+ count = scandir(".", &namelist, (int (*)(dirent *)) xselect,
-+ (int (*)(const void *, const void *)) compar);
-+#else
- count = scandir(".", &namelist, (int (*)(const dirent *)) xselect,
- (int (*)(const void *, const void *)) compar);
-+#endif
- /* It is safe now to blindly rename */
- for (i = 0; i < count; i++) {
- sprintf(buf, "SrvLog-%d", count-i);