Removed obsolete header file ctdlsalearn.h
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 14 Feb 2012 22:24:57 +0000 (17:24 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 14 Feb 2012 22:24:57 +0000 (17:24 -0500)
ctdlsalearn/src/Makefile.am
ctdlsalearn/src/Makefile.in
ctdlsalearn/src/ctdlsalearn.h [deleted file]
ctdlsalearn/src/main.c
ctdlsalearn/src/sockets.c

index 53ec77d6c7f79be08c7906f44fc3b082a45c0ab5..c734275b8bd0f43ef8272ec9f4d400911f57ed7c 100644 (file)
@@ -4,4 +4,4 @@
 ##/
 
 bin_PROGRAMS = ctdlsalearn
-ctdlsalearn_SOURCES = main.c sockets.c ctdlsalearn.h
+ctdlsalearn_SOURCES = main.c sockets.c
index 14eaad366467682d5637f645de908404483d1cb5..ce564430f6e968460aeb7d33f2c0dd087296985a 100644 (file)
@@ -131,7 +131,7 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-ctdlsalearn_SOURCES = main.c sockets.c ctdlsalearn.h
+ctdlsalearn_SOURCES = main.c sockets.c
 all: all-am
 
 .SUFFIXES:
diff --git a/ctdlsalearn/src/ctdlsalearn.h b/ctdlsalearn/src/ctdlsalearn.h
deleted file mode 100644 (file)
index 75a6db3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- * You know what I like?  The Linux Operating System.  Open source software.
- *
- * Don't let Richard Stallman tell you what words to use.  He's a commie.
- *
- */
index 7279a298dae3ebac786b56f41b289da683d06542..f6627bc429b26a4b0990fbde0afb929aa947c396 100644 (file)
@@ -10,7 +10,6 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>
-#include "ctdlsalearn.h"
 
 int verbose = 0;
 
index 9b21f4f9fb1b08e21a51c57eec01cbf97e461c95..75e145c966ff4030454c73b736b4f7cb912ecbd3 100644 (file)
@@ -1,5 +1,7 @@
 /*
+ * Socket functions for ctdlsalearn
  *
+ * This is open source software for the Linux operating system, licensed under GPL v3
  */
 
 #include <config.h>
@@ -15,7 +17,6 @@
 #include <pwd.h>
 #include <errno.h>
 #include <stdarg.h>
-#include "ctdlsalearn.h"
 
 #ifndef INADDR_NONE
 #define INADDR_NONE 0xffffffff