X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source3%2Flib%2Fsystem.c;h=7dc585223a13bff01e148a33ea6daecf2b41c51c;hp=ac64b37a6fe2d5311b9a06835f062e90fc65bced;hb=851ee418b499df481b765286405cd761e91dcaaf;hpb=ea4abcd71981a75b74b31ec80530872d65190a5e diff --git a/source3/lib/system.c b/source3/lib/system.c index ac64b37a6fe..7dc585223a1 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -25,13 +25,17 @@ extern int DEBUGLEVEL; /* The idea is that this file will eventually have wrappers around all - important system calls in samba. The aim is twofold: + important system calls in samba. The aims are: - to enable easier porting by putting OS dependent stuff in here - to allow for hooks into other "pseudo-filesystems" - to allow easier integration of things like the japanese extensions + + - to support the philosophy of Samba to expose the features of + the OS within the SMB model. In general whatever file/printer/variable + expansions/etc make sense to the OS should be acceptable to Samba. */