- Timestamp:
- Apr 6, 2000, 1:54:03 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/rpcrt4/uuid.cpp
r3317 r3325 1 /* $Id: uuid.cpp,v 1. 2 2000-04-04 19:49:03 davidrExp $ */1 /* $Id: uuid.cpp,v 1.3 2000-04-06 11:54:03 bird Exp $ */ 2 2 /* 3 3 * RPCRT4 library … … 6 6 * 7 7 * 2000/02/05 8 * 8 * 9 9 * Copyright 2000 David J. Raison 10 10 * 2000 Edgar Buerkle 11 * 11 * 12 12 * Project Odin Software License can be found in LICENSE.TXT 13 * 13 * 14 14 */ 15 15 /* … … 34 34 */ 35 35 36 37 #define TCPV40HDRS 36 38 #include "rpcrt4.h" 37 39 #include "uuidp.h" … … 117 119 // ---------------------------------------------------------------------- 118 120 static int 119 gettimeofday(struct timeval* tp, void* tzp)121 __gettimeofday(struct timeval* tp, void* tzp) 120 122 { 121 123 struct timeb tb; … … 133 135 // Code is based upon uuid library in e2fsprogs by Theodore Ts'o. 134 136 // Copyright (C) 1996, 1997 Theodore Ts'o. 135 // 137 // 136 138 // Returns 137 139 // S_OK if successful. … … 164 166 got_no_time = FALSE; 165 167 166 gettimeofday(&tv, 0);168 __gettimeofday(&tv, 0); 167 169 if ((last.tv_sec == 0) && (last.tv_usec == 0)) 168 170 {
Note:
See TracChangeset
for help on using the changeset viewer.