Skip to content
Snippets Groups Projects
Commit 7ab30e4d authored by Fred Wright's avatar Fred Wright Committed by Christopher Nielsen
Browse files

which.c: Fix buildability.

Provides a dummy definition of __FBSDID to avoid compile errors,
without deleting the ID string inherited from FreeBSD.

TESTED:
Builds now work on 10.4, including universal builds where applicable.
parent 13181f61
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,12 @@ ...@@ -26,6 +26,12 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
/* Modification from original source */
#ifndef __FBSDID
#define __FBSDID(x)
#endif
/* End of addition */
__FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.6 2005/02/10 16:04:22 ru Exp $"); __FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.6 2005/02/10 16:04:22 ru Exp $");
#include <sys/stat.h> #include <sys/stat.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment