summaryrefslogtreecommitdiff
path: root/lib/strtok_r.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkaivo@ndn.net>2001-01-13 07:18:57 +0000
committerJakob Kaivo <jkaivo@ndn.net>2001-01-13 07:18:57 +0000
commit2568cfa5cfc5d053cb99f3f366e0e42874d6dc9d (patch)
treefd948f067c2204bf8d2b00f1a6db19a63e8d4ef2 /lib/strtok_r.c
parenta7936f44148348b3604ec8220c9e44070d5631dd (diff)
downloadmailutils-2568cfa5cfc5d053cb99f3f366e0e42874d6dc9d.tar.gz
mailutils-2568cfa5cfc5d053cb99f3f366e0e42874d6dc9d.tar.bz2
mail hacking
first pass at implementing file/folder command - you can now switch folders on the fly tracked down bug in argcv.c that made mail shell/! function not work properly removed unnecessary #if stuff from source.c
Diffstat (limited to 'lib/strtok_r.c')
-rw-r--r--lib/strtok_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtok_r.c b/lib/strtok_r.c
index 130e46c3f..e9333c2fd 100644
--- a/lib/strtok_r.c
+++ b/lib/strtok_r.c
@@ -60,4 +60,4 @@ strtok_r (s, delim, save_ptr)
}
return token;
}
-weak_alias (__strtok_r, strtok_r)
+/* weak_alias (__strtok_r, strtok_r) */

Return to:

Send suggestions and report system problems to the System administrator.