repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git]
/
src
/
libs
/
compat
/
freebsd_network
/
systm.c
blob
830f6df71b970138202dbb9bd0b169a38a17b5d2
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
*/
5
6
7
#include <compat/sys/systm.h>
8
9
10
void
11
freeenv
(
char
*
env
)
12
{
13
}
14
15
16
char
*
17
getenv
(
const char
*
name
)
18
{
19
return
NULL
;
20
}