Changeset 673 for branches/samba-3.3.x/source/utils
- Timestamp:
- Dec 6, 2011, 10:01:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/utils/net_time.c
r206 r673 111 111 112 112 if (t == 0) return -1; 113 113 #ifdef __OS2__ 114 /* eCS (OS/2) native "net time set" routine */ 115 result = os2_setdatetime(t); 116 #else 114 117 /* yes, I know this is cheesy. Use "net time system" if you want to 115 118 roll your own. I'm putting this in as it works on a large number … … 119 122 } 120 123 result = system(cmd); 124 #endif 121 125 if (result) 122 126 d_fprintf(stderr, "%s failed. Error was (%s)\n",
Note:
See TracChangeset
for help on using the changeset viewer.