mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
local time discrepancies between the date on my computer and the date on
chris' computer (probably about four minutes) meant that chris' commits didn't get downloaded when i did a cvs update. therefore, i did a cvs update; make proto; cvs commit, and still got problems. so, five minutes later, i do a cvs update, and _then_ chris' server.c and mangle.c mods get downloaded, and i have to do another make proto. this particular problem has hit us *really* badly in the past, because i was taking files home (onto a portable that i hadn't reset the time on since i went to the states) and then recopying them back onto the computer here. if i do this, i do a touch *.c *.h; cvs -t update. *then* a cvs commit.
This commit is contained in:
parent
6bc07b0b41
commit
edb9c52948
@ -390,9 +390,9 @@ struct share_ops *locking_slow_init(int ronly);
|
||||
|
||||
int str_checksum(char *s);
|
||||
BOOL is_8_3(char *fname, BOOL check_case);
|
||||
void create_mangled_stack(int size);
|
||||
void reset_mangled_stack( int size );
|
||||
BOOL check_mangled_stack(char *s);
|
||||
BOOL is_mangled(char *s);
|
||||
BOOL is_mangled( char *s );
|
||||
void mangle_name_83(char *s);
|
||||
BOOL name_map_mangle(char *OutName,BOOL need83,int snum);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user