mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
Remove blank lines at EOF
This commit is contained in:
parent
b0eb19970a
commit
b891772ad6
1
Makefile
1
Makefile
@ -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
1
README
@ -29,4 +29,3 @@ Source Repository
|
||||
|
||||
<http://cgit.freedesktop.org/libbsd>
|
||||
<git://anongit.freedesktop.org/git/libbsd>
|
||||
|
||||
|
@ -45,4 +45,3 @@ else
|
||||
fi
|
||||
|
||||
echo "$version"
|
||||
|
||||
|
@ -40,4 +40,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -36,4 +36,3 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -40,4 +40,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -35,4 +35,3 @@ extern int nlist(const char *filename, struct nlist *list);
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -40,4 +40,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -40,4 +40,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len)
|
||||
#else
|
||||
#error "Function fgetln() needs to be ported."
|
||||
#endif
|
||||
|
||||
|
@ -194,4 +194,3 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -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. */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user