0.7.12.28
[sbcl/lichteblau.git] / contrib / bsd-sockets / alien / undefs.c
blobfca6cde86f986bd66432d2876fef4238705a1afc
1 /* create a .o file with undefined references to all the C stuff we need
2 * that cmucl hasn't already fouind for us. Not needed on Linux/i386
3 * because it has dynamic loading anyway
4 */
6 void likewecare() {
7 getprotobyname();