Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/klibc/setmntent.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (show annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 9 months ago) by niro
File MIME type: text/plain
File size: 131 byte(s)
-updated to klibc-1.5.19
1 #include <stdio.h>
2 #include <mntent.h>
3
4 FILE *setmntent(const char *filename, const char *type)
5 {
6 return fopen(filename, type);
7 }