aboutsummaryrefslogtreecommitdiff
path: root/ln.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-04 21:19:32 +0000
commitf042f3c095e99887a076427cc04de54f90fe2c29 (patch)
tree7c49f1fc1547a2f9cee812472f422a5c1a5c448b /ln.c
parent6b65252692f961f249492e7768d7b2826600d956 (diff)
downloadbusybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.gz
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.bz2
busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.zip
A few updates (including the cp fix the Craig has been looking for)
-Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ln.c')
-rw-r--r--ln.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ln.c b/ln.c
index 0715bfaed..c54026c62 100644
--- a/ln.c
+++ b/ln.c
@@ -128,3 +128,11 @@ extern int ln_main(int argc, char **argv)
128 } 128 }
129 exit TRUE; 129 exit TRUE;
130} 130}
131
132/*
133Local Variables:
134c-file-style: "linux"
135c-basic-offset: 4
136tab-width: 4
137End:
138*/