Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-mgmt/cdpsnarf/files/patch-cdpsnarf.c
18157 views
1
--- cdpsnarf.c.orig 2016-02-05 16:29:16 UTC
2
+++ cdpsnarf.c
3
@@ -194,11 +194,6 @@ int main( int argc, char *argv[] ) {
4
int i = 0;
5
6
printf( "CDPSnarf %s [%s] initiated.\n", VERSION, SVN_REV );
7
- printf( " Author: Anastasios \"Zapotek\" Laskos\n" );
8
- printf( " <[email protected]>\n" );
9
- printf( " <[email protected]>\n" );
10
- printf( " Website: http://www.segfault.gr\n" );
11
- printf( " http://github.com/Zapotek/cdpsnarf\n\n" );
12
13
// get command line arguments
14
while( ( c = getopt( argc, argv, "i:dhw:r:" ) ) != -1 ) {
15
16