Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove __FBSDID to help building on linux
Baptiste Daroussin committed 10 years ago
commit 6673dd94c2f8fccbb561e0cb0e0849208c1704e1
parent a9a7d31
3 files changed +0 -4
modified external/libfetch/common.c
@@ -29,8 +29,6 @@

#include <sys/cdefs.h>

-
__FBSDID("$FreeBSD: head/lib/libfetch/common.c 273124 2014-10-15 07:35:50Z des $");
-

#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
modified external/libfetch/ftp.c
@@ -27,7 +27,6 @@
 */

#include <sys/cdefs.h>
-
__FBSDID("$FreeBSD: head/lib/libfetch/ftp.c 226537 2011-10-19 11:43:51Z des $");

/*
 * Portions of this code were taken from or based on ftpio.c:
modified external/libfetch/http.c
@@ -27,7 +27,6 @@
 */

#include <sys/cdefs.h>
-
__FBSDID("$FreeBSD: head/lib/libfetch/http.c 267133 2014-06-05 22:16:26Z bapt $");

/*
 * The following copyright applies to the base64 code: