summaryrefslogtreecommitdiff
path: root/getsid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-18 13:21:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-18 13:21:56 -0400
commit1db62622714d8ba1f798a81f57a87eabdb036278 (patch)
tree7752ba222028db55096e581e4c048b2b42176b16 /getsid.c
parent80fe8fa98b266a1585afdaab3c5bf3f49c2963b9 (diff)
downloadgpsd-1db62622714d8ba1f798a81f57a87eabdb036278.tar.gz
Explain why getsid.c is required.
Diffstat (limited to 'getsid.c')
-rw-r--r--getsid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/getsid.c b/getsid.c
index b6d5313f..e3536b90 100644
--- a/getsid.c
+++ b/getsid.c
@@ -1,4 +1,7 @@
/*
+ * This file plugs a hole in Bionic, a derivation of the BSD standard C library
+ * code that was originally developed by Google for Android.
+ *
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/