diff options
author | djm <djm> | 2003-11-24 02:33:34 +0000 |
---|---|---|
committer | djm <djm> | 2003-11-24 02:33:34 +0000 |
commit | 81652ca329df970ea847544cb42e59abd576d2c6 (patch) | |
tree | 38bc7f068f0720c2550cbc1cc4b15500e3deedbb /openbsd-compat/realpath.c | |
parent | 84e8aa0cb75fcebe1fa4a0c34762a038b014bfab (diff) | |
download | openssh-81652ca329df970ea847544cb42e59abd576d2c6.tar.gz |
- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
source file path (in OpenBSD tree).
Diffstat (limited to 'openbsd-compat/realpath.c')
-rw-r--r-- | openbsd-compat/realpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/realpath.c b/openbsd-compat/realpath.c index 922305ff..218fbecb 100644 --- a/openbsd-compat/realpath.c +++ b/openbsd-compat/realpath.c @@ -1,3 +1,5 @@ +/* OPENBSD ORIGINAL: lib/libc/stdlib/realpath.c */ + /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. |