Changeset 481
- Timestamp:
- Aug 3, 2010, 1:08:18 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/util/util.c
r456 r481 223 223 lock.l_pid = 0; 224 224 225 /* @todo eventually insert lock code from 3.3 */226 225 ret = fcntl(fd,op,&lock); 227 226 -
trunk/server/source3/dynconfig.c
r454 r481 347 347 } 348 348 349 /* @todo define NCALRPCDIR and SHLIBDIR eventually different */350 351 349 /* Directory holding the shared libs (same as libdir) */ 352 350 const char *get_dyn_SHLIBEXT(void) -
trunk/server/source3/include/version.h
r480 r481 5 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.4" 6 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.2.0" 7 #define SAMBA_VERSION_VENDOR_PATCH 4 798 #define SAMBA_VERSION_VENDOR_PATCH_STRING "4 79"7 #define SAMBA_VERSION_VENDOR_PATCH 480 8 #define SAMBA_VERSION_VENDOR_PATCH_STRING "480" 9 9 #ifdef SAMBA_VERSION_VENDOR_FUNCTION 10 10 # define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION -
trunk/server/source3/lib/charcnv.c
r454 r481 1803 1803 Return INVALID_CODEPOINT if the next character cannot be converted. 1804 1804 */ 1805 1806 /* @todo eventually port old code, but probably not necessary */1807 1805 codepoint_t next_codepoint(const char *str, size_t *size) 1808 1806 {
Note:
See TracChangeset
for help on using the changeset viewer.