summaryrefslogtreecommitdiff
path: root/sysutils/agef/files/patch-agef.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:47:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:47:20 +0000
commit98fa9be4347f87106291da9f0232922c82d889c4 (patch)
tree0bdda668e1283b62d73556350b3e1f6cb7c68de2 /sysutils/agef/files/patch-agef.c
parent2012-10-20 x11-toolkits/py-SciParam: Depends on the deprecated wx 2.4 (diff)
2012-10-20 x11-themes/metacity-ana-theme: No more public distfiles
2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes
Diffstat (limited to 'sysutils/agef/files/patch-agef.c')
-rw-r--r--sysutils/agef/files/patch-agef.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/agef/files/patch-agef.c b/sysutils/agef/files/patch-agef.c
deleted file mode 100644
index 136ca59cd3e2..000000000000
--- a/sysutils/agef/files/patch-agef.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- ./agef.c.orig 1989-02-26 23:37:25.000000000 +0100
-+++ ./agef.c 2012-08-24 11:46:51.045913934 +0200
-@@ -77,9 +77,11 @@
- long sizes[MAXAGES]; /* block count */
-
- char topdir[NAMELEN];/* our starting directory */
--long today,
-- time(); /* today's date */
-+long today;
-+time_t time(); /* today's date */
-
-+static void get_data(char *path);
-+static void down(char *subdir);
-
-
- main(argc, argv)
-@@ -198,6 +200,7 @@
- * Get the aged data on a file whose name is given. If the file is a
- * directory, go down into it, and get the data from all files inside.
- */
-+static void
- get_data(path)
- char *path;
- {
-@@ -252,6 +255,7 @@
- * in there.
- */
-
-+static void
- down(subdir)
- char *subdir;
- {