freebsd-ports/cad/sis/files/patch-aw
Ade Lovett 358b49a600 Support CC/CFLAGS/PREFIX/X11BASE/MAKE properly
Sort pkg/PLIST

PR:		20418
Submitted by:	Ports Fury
2000-09-16 18:40:55 +00:00

14 lines
246 B
Plaintext

--- stamina/mimi/main.c.orig Sat Jul 16 07:58:55 1994
+++ stamina/mimi/main.c Thu Aug 3 22:34:02 2000
@@ -23,6 +23,10 @@
struct u user;
long t_start;
+#ifdef __FreeBSD__
+static usage(char *prog);
+#endif
+
main(argc,argv)
char **argv;
{