aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-06-05 21:08:09 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-06-05 21:08:09 +0000
commit8d53defdc57f751c6324dec0ffc9d90c3127acc4 (patch)
tree361176b40d7d1dfe0860ae27eb63874b3000ce2a
parent9a4ffaeda0f60406e326421c9c22650f89cf97a1 (diff)
minor fixes
rename Makefiles
-rw-r--r--Makefile.bsd (renamed from Makefile)0
-rw-r--r--README10
-rw-r--r--gui/Makefile.bsd-wrapper (renamed from gui/Makefile)0
-rw-r--r--lib/Makefile.bsd-wrapper (renamed from lib/Makefile)0
-rw-r--r--lib/update.c2
-rw-r--r--src/Makefile.bsd-wrapper (renamed from src/Makefile)0
-rw-r--r--src/main.c2
7 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile.bsd
index a8f9ab5..a8f9ab5 100644
--- a/Makefile
+++ b/Makefile.bsd
diff --git a/README b/README
index 9b6e52b..9150bd9 100644
--- a/README
+++ b/README
@@ -6,8 +6,14 @@ About:
Select the cheapest phone provider in Germany.
Install:
- make
- make install
+ OpenBSD:
+ make -f Makefile.bsd
+ make -f Makefile.bsd install
+
+ GNU Autoconf:
+ ./configure
+ make
+ make install
Usage:
tgeb [-CRP9n5fo12O] [-h <hour>] [-q <quantity>] [-u] [-?]
diff --git a/gui/Makefile b/gui/Makefile.bsd-wrapper
index 6ae99fb..6ae99fb 100644
--- a/gui/Makefile
+++ b/gui/Makefile.bsd-wrapper
diff --git a/lib/Makefile b/lib/Makefile.bsd-wrapper
index c614e7f..c614e7f 100644
--- a/lib/Makefile
+++ b/lib/Makefile.bsd-wrapper
diff --git a/lib/update.c b/lib/update.c
index 7761e77..5d0a497 100644
--- a/lib/update.c
+++ b/lib/update.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <err.h>
#include <unistd.h>
-#include <strings.h>
+#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
diff --git a/src/Makefile b/src/Makefile.bsd-wrapper
index 76e3bfe..76e3bfe 100644
--- a/src/Makefile
+++ b/src/Makefile.bsd-wrapper
diff --git a/src/main.c b/src/main.c
index ffa6274..d5e04a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,7 +23,7 @@
#include <limits.h>
#include <pwd.h>
#include <time.h>
-#include <strings.h>
+#include <string.h>
#include <err.h>
#include <tgeb.h>
#include <tgebup.h>