Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git] / src / libs / compat / freebsd_network / systm.c
blob830f6df71b970138202dbb9bd0b169a38a17b5d2
1 /*
2 * Copyright 2012, Jérôme Duval, korli@users.berlios.de.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
7 #include <compat/sys/systm.h>
10 void
11 freeenv(char *env)
16 char *
17 getenv(const char *name)
19 return NULL;