mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +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_STATIC)
|
||||||
rm -f $(LIB_SHARED_OBJS)
|
rm -f $(LIB_SHARED_OBJS)
|
||||||
rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO)
|
rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO)
|
||||||
|
|
||||||
|
1
README
1
README
@ -29,4 +29,3 @@ Source Repository
|
|||||||
|
|
||||||
<http://cgit.freedesktop.org/libbsd>
|
<http://cgit.freedesktop.org/libbsd>
|
||||||
<git://anongit.freedesktop.org/git/libbsd>
|
<git://anongit.freedesktop.org/git/libbsd>
|
||||||
|
|
||||||
|
@ -45,4 +45,3 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$version"
|
echo "$version"
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -36,4 +36,3 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -35,4 +35,3 @@ extern int nlist(const char *filename, struct nlist *list);
|
|||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len)
|
|||||||
#else
|
#else
|
||||||
#error "Function fgetln() needs to be ported."
|
#error "Function fgetln() needs to be ported."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -194,4 +194,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -30,4 +30,3 @@ setproctitle(const char *fmt, ...)
|
|||||||
/* Stub so that we can implement it later on and programs will
|
/* Stub so that we can implement it later on and programs will
|
||||||
* automatically benefit from it, w/o needing to recompile. */
|
* automatically benefit from it, w/o needing to recompile. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user