freebsd-ports/sysutils/asmem/files/patch-ac
Will Andrews 152cd3d823 Update to 1.6. Set this port BROKEN on 4.0+; I confirmed that bento is
correct in that sys/rlist.h is not on 4.0+. If some kind soul would like
to fix this, that'd be nice. This update also fixes CFLAGS ignorance.

PR:			16692
Not objected to by:	maintainer
2000-04-23 05:36:11 +00:00

18 lines
303 B
Text

--- asmem.c Thu Dec 16 17:39:59 1999
+++ asmem.c.new Sun Feb 13 01:22:32 2000
@@ -168,7 +168,7 @@
}
-void main(int argc, char** argv)
+int main(int argc, char** argv)
{
defaults();
parsecmdline(argc, argv);
@@ -182,5 +182,6 @@
asmem_update();
usleep(X11_INTERVAL);
}
+ return 0;
}