ln: note removal of stdio
authorAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:34:47 +0000 (23:34 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:34:47 +0000 (23:34 +0100)
Applications/util/ln.c

index 3a5cbdb..df41295 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright (c) 1993 by David I. Bell
  * Permission is granted to use, distribute, or modify this source,
  * provided that this copyright notice remains intact.
+ *
+ * Stripped of stdio usage Alan Cox 2015
  */
 
 #include <unistd.h>