diff options
author | Günther Deschner <gd@samba.org> | 2011-03-03 16:26:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-04 00:28:27 +0100 |
commit | 9167d70e77c2f4c8e6de64fbf06bd3bee23542d2 (patch) | |
tree | 92ca807066b603888d4bf271b0452577dbc2d35b /source3/include | |
parent | a5d54579ea949f4cd7c975c3f5d0006a90777735 (diff) | |
download | samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.tar.gz samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.tar.bz2 samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.zip |
libreplace: move "struct timespec" checks into libreplace (where timespec is already used).
Bjoern, Metze, please check.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 9d55c4a747..d715db6354 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -425,14 +425,6 @@ typedef long blksize_t; typedef long blkcnt_t; #endif -#ifndef HAVE_STRUCT_TIMESPEC -struct timespec { - time_t tv_sec; /* Seconds. */ - long tv_nsec; /* Nanoseconds. */ -}; -#endif - - /* * Type for stat structure. */ |