Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/irc/icbirc/files/patch-irc.c
16462 views
1
--- irc.c.orig 2015-08-20 17:29:16 UTC
2
+++ irc.c
3
@@ -30,7 +30,9 @@
4
*
5
*/
6
7
+#if 0
8
static const char rcsid[] = "$Id: irc.c,v 1.2 2015/08/20 17:29:16 dhartmei Exp $";
9
+#endif
10
11
#include <stdarg.h>
12
#include <stdio.h>
13
14