diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-03 15:19:22 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-03 15:19:22 -0800 |
commit | e72bce5b62fb0a9d0ff4a3d76490219994f303cf (patch) | |
tree | 3ddf00a58169fa5783cfe452ef8a5ef79f494bb4 /source/include/includes.h | |
parent | 7722a7d2c63f84b8105aa775b39f0ceedd4ed513 (diff) | |
download | samba-e72bce5b62fb0a9d0ff4a3d76490219994f303cf.tar.gz |
Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c
Jeremy.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 5192c379018..9079c3aa826 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -699,29 +699,6 @@ struct timespec { #include "ctdbd_conn.h" #include "talloc_stack.h" -/* - * Type for wide character dirent structure. - * Only d_name is defined by POSIX. - */ - -typedef struct smb_wdirent { - wpstring d_name; -} SMB_STRUCT_WDIRENT; - -/* - * Type for wide character passwd structure. - */ - -typedef struct smb_wpasswd { - wfstring pw_name; - char *pw_passwd; - uid_t pw_uid; - gid_t pw_gid; - wpstring pw_gecos; - wpstring pw_dir; - wpstring pw_shell; -} SMB_STRUCT_WPASSWD; - /* used in net.c */ struct functable { const char *funcname; |