diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-05-29 02:49:14 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-05-29 02:49:37 +0200 |
commit | b891772ad6c26a30f4ae0e1d3ead306c2eab6fd1 (patch) | |
tree | 5207e5b4adb60ce2ec2806ba39ce589ae0770827 | |
parent | b0eb19970a2953e4f689e4d7584e78595ef93622 (diff) | |
download | libbsd-b891772ad6c26a30f4ae0e1d3ead306c2eab6fd1.tar.gz |
Remove blank lines at EOF
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | Versions | 1 | ||||
-rwxr-xr-x | get-version | 1 | ||||
-rw-r--r-- | include/bsd/cdefs.h | 1 | ||||
-rw-r--r-- | include/bsd/inet.h | 1 | ||||
-rw-r--r-- | include/bsd/ip_icmp.h | 1 | ||||
-rw-r--r-- | include/bsd/nlist.h | 1 | ||||
-rw-r--r-- | include/bsd/queue.h | 1 | ||||
-rw-r--r-- | include/bsd/random.h | 1 | ||||
-rw-r--r-- | src/fgetln.c | 1 | ||||
-rw-r--r-- | src/local-elf.h | 1 | ||||
-rw-r--r-- | src/setproctitle.c | 1 |
13 files changed, 0 insertions, 13 deletions
@@ -235,4 +235,3 @@ clean: rm -f $(LIB_STATIC) rm -f $(LIB_SHARED_OBJS) rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO) - @@ -29,4 +29,3 @@ Source Repository <http://cgit.freedesktop.org/libbsd> <git://anongit.freedesktop.org/git/libbsd> - @@ -89,4 +89,3 @@ LIBBSD_0.3 { fpurge; } LIBBSD_0.2; - diff --git a/get-version b/get-version index 5608445..21f5dfd 100755 --- a/get-version +++ b/get-version @@ -45,4 +45,3 @@ else fi echo "$version" - diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index bbb6907..0f23e86 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/inet.h b/include/bsd/inet.h index 223baf5..ed4dd1b 100644 --- a/include/bsd/inet.h +++ b/include/bsd/inet.h @@ -36,4 +36,3 @@ #include <arpa/inet.h> #endif - diff --git a/include/bsd/ip_icmp.h b/include/bsd/ip_icmp.h index 0f34a5a..accd399 100644 --- a/include/bsd/ip_icmp.h +++ b/include/bsd/ip_icmp.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/nlist.h b/include/bsd/nlist.h index 84fbc33..310748f 100644 --- a/include/bsd/nlist.h +++ b/include/bsd/nlist.h @@ -35,4 +35,3 @@ extern int nlist(const char *filename, struct nlist *list); __END_DECLS #endif - diff --git a/include/bsd/queue.h b/include/bsd/queue.h index c479230..d8e0806 100644 --- a/include/bsd/queue.h +++ b/include/bsd/queue.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/random.h b/include/bsd/random.h index 3b90a66..80d0308 100644 --- a/include/bsd/random.h +++ b/include/bsd/random.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/src/fgetln.c b/src/fgetln.c index d805ee1..b79584c 100644 --- a/src/fgetln.c +++ b/src/fgetln.c @@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len) #else #error "Function fgetln() needs to be ported." #endif - diff --git a/src/local-elf.h b/src/local-elf.h index c4fd8d3..0c06c49 100644 --- a/src/local-elf.h +++ b/src/local-elf.h @@ -194,4 +194,3 @@ #endif #endif - diff --git a/src/setproctitle.c b/src/setproctitle.c index 44768b2..0cf36ef 100644 --- a/src/setproctitle.c +++ b/src/setproctitle.c @@ -30,4 +30,3 @@ setproctitle(const char *fmt, ...) /* Stub so that we can implement it later on and programs will * automatically benefit from it, w/o needing to recompile. */ } - |