diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 10:49:38 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 10:49:38 +0000 |
commit | bde7fc53535f4c2ef83015b50263e8e84b69d90c (patch) | |
tree | 75e31bf7cd2390653b652cd7ace02bb9faaebf49 /usr.bin/rsync/mktemp.c | |
parent | dcc11850d67870846e7f3e305cf7f62d98b59226 (diff) |
I did some work here.
Diffstat (limited to 'usr.bin/rsync/mktemp.c')
-rw-r--r-- | usr.bin/rsync/mktemp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rsync/mktemp.c b/usr.bin/rsync/mktemp.c index 90c4b10d78f..46fc38416c2 100644 --- a/usr.bin/rsync/mktemp.c +++ b/usr.bin/rsync/mktemp.c @@ -1,7 +1,8 @@ -/* $OpenBSD: mktemp.c,v 1.2 2019/02/16 10:48:05 florian Exp $ */ +/* $OpenBSD: mktemp.c,v 1.3 2019/02/16 10:49:37 florian Exp $ */ /* * Copyright (c) 1996-1998, 2008 Theo de Raadt * Copyright (c) 1997, 2008-2009 Todd C. Miller + * Copyright (c) 2019 Florian Obser <florian@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |