From: Francois Fleuret Date: Thu, 24 Jan 2013 15:57:22 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=d9de94463191456ce5e94413c9043c2b113898f4 Update. --- diff --git a/Makefile b/Makefile index 6fdb732..36a2ac5 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ BINARY_PATH = $(DESTDIR)/usr/bin MAN_PATH = $(DESTDIR)/usr/share/man/man1 -LDFLAGS=-lcurses +LDFLAGS= UNAME=\"$(shell uname -srmn)\" diff --git a/mymail.c b/mymail.c index c24c701..ba446d2 100644 --- a/mymail.c +++ b/mymail.c @@ -67,9 +67,7 @@ void usage(FILE *out) { } void read_file(const char *input_filename) { - char raw_line[BUFFER_SIZE]; - char *s; FILE *file; int in_header;