mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
12 lines
220 B
C
12 lines
220 B
C
--- irc.c.orig 2015-08-20 17:29:16 UTC
|
|
+++ irc.c
|
|
@@ -30,7 +30,9 @@
|
|
*
|
|
*/
|
|
|
|
+#if 0
|
|
static const char rcsid[] = "$Id: irc.c,v 1.2 2015/08/20 17:29:16 dhartmei Exp $";
|
|
+#endif
|
|
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|