diff options
Diffstat (limited to 'src/lib/osinfo/uname.h')
-rw-r--r-- | src/lib/osinfo/uname.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/osinfo/uname.h b/src/lib/osinfo/uname.h index fcce629074..c6b1f43235 100644 --- a/src/lib/osinfo/uname.h +++ b/src/lib/osinfo/uname.h @@ -1,6 +1,6 @@ /* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2019, The Tor Project, Inc. */ + * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -15,4 +15,4 @@ MOCK_DECL(const char *, get_uname,(void)); -#endif +#endif /* !defined(HAVE_TOR_UNAME_H) */ |