summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/lib/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/lib/memset.c')
-rw-r--r--mdk-stage1/dietlibc/lib/memset.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mdk-stage1/dietlibc/lib/memset.c b/mdk-stage1/dietlibc/lib/memset.c
deleted file mode 100644
index 5f9ae49ee..000000000
--- a/mdk-stage1/dietlibc/lib/memset.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sys/types.h>
-
-void * memset(void * dst, int s, size_t count) {
- register char * a = dst;
- count++; /* this actually creates smaller code than using count-- */
- while (--count)
- *a++ = s;
- return dst;
-}
- any.pm: make it easier for rebranding by using %s magicAhmad Samir2011-04-0773-783/+1145 * - s/Ldap/LDAP/ in the po/pot files manually so as not to fuzzy the strings un...Ahmad Samir2011-04-0771-174/+174 * - keep it "Hard drive detection", since the tree on the left in the installerAhmad Samir2011-04-071-2/+2 * - s/can not/cannot/ manually in the po/pot files so as not the make the stringsAhmad Samir2011-04-07285-1456/+1456 * - revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214 * - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0472-73/+73 * - s/api/API/Ahmad Samir2011-04-0472-173/+173 * - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0472-145/+145 * - perl -pi -e 's!you can pick one in the above list!you can pick one from the...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!For this, create a partition!To accomplish this, create a pa...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Search new servers"!"Search for new servers"!'Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!Something bad is happening on your drive!Something bad is ha...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate Ether...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!Posix!POSIX!'Ahmad Samir2011-04-0472-88/+88 * - perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)Ahmad Samir2011-04-04216-439/+439 * - perl -pi -e 's!need to reboot before the modification can take place"!"need...Ahmad Samir2011-04-0473-145/+145 * - perl -pi -e 's!"All data on this partition should be backed-up"!"All data o...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'Ahmad Samir2011-04-0473-74/+74 * - perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want ...Ahmad Samir2011-04-04