Remove blank lines at EOF

This commit is contained in:
Guillem Jover 2011-05-29 02:49:14 +02:00
parent b0eb19970a
commit b891772ad6
13 changed files with 0 additions and 13 deletions

View File

@ -235,4 +235,3 @@ clean:
rm -f $(LIB_STATIC)
rm -f $(LIB_SHARED_OBJS)
rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO)

1
README
View File

@ -29,4 +29,3 @@ Source Repository
<http://cgit.freedesktop.org/libbsd>
<git://anongit.freedesktop.org/git/libbsd>

View File

@ -89,4 +89,3 @@ LIBBSD_0.3 {
fpurge;
} LIBBSD_0.2;

View File

@ -45,4 +45,3 @@ else
fi
echo "$version"

View File

@ -40,4 +40,3 @@
#endif
#endif

View File

@ -36,4 +36,3 @@
#include <arpa/inet.h>
#endif

View File

@ -40,4 +40,3 @@
#endif
#endif

View File

@ -35,4 +35,3 @@ extern int nlist(const char *filename, struct nlist *list);
__END_DECLS
#endif

View File

@ -40,4 +40,3 @@
#endif
#endif

View File

@ -40,4 +40,3 @@
#endif
#endif

View File

@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len)
#else
#error "Function fgetln() needs to be ported."
#endif

View File

@ -194,4 +194,3 @@
#endif
#endif

View File

@ -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. */
}