diff options
Diffstat (limited to 'src/timer/gettimeofday/tm_unix.cpp')
-rw-r--r-- | src/timer/gettimeofday/tm_unix.cpp | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/timer/gettimeofday/tm_unix.cpp b/src/timer/gettimeofday/tm_unix.cpp index 654297753..e32df7166 100644 --- a/src/timer/gettimeofday/tm_unix.cpp +++ b/src/timer/gettimeofday/tm_unix.cpp @@ -1,7 +1,9 @@ -/************************************************* -* Unix Timer Source File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* Unix Timer +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include <botan/tm_unix.h> #include <botan/util.h> @@ -9,9 +11,9 @@ namespace Botan { -/************************************************* -* Get the timestamp * -*************************************************/ +/* +* Get the timestamp +*/ u64bit Unix_Timer::clock() const { struct ::timeval tv; |