Author: cy Date: Mon Jun 18 19:35:17 2018 New Revision: 335335 URL: https://svnweb.freebsd.org/changeset/base/335335
Log: MFC r333895, r334022 r333895: Drop obsolete Buenos Aires Convention. Prompted by: Recent discussion r334022: Drop obsolete Buenos Aires Convention. Modified: stable/11/lib/libc/stdio/gets_s.c stable/11/lib/libc/tests/stdio/gets_s_test.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/stdio/gets_s.c ============================================================================== --- stable/11/lib/libc/stdio/gets_s.c Mon Jun 18 19:34:43 2018 (r335334) +++ stable/11/lib/libc/stdio/gets_s.c Mon Jun 18 19:35:17 2018 (r335335) @@ -4,7 +4,7 @@ * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2017, 2018 - * Cyril S. E. Schubert. All rights reserved. + * Cyril S. E. Schubert * * This code is derived from software contributed to Berkeley by * Chris Torek. Modified: stable/11/lib/libc/tests/stdio/gets_s_test.c ============================================================================== --- stable/11/lib/libc/tests/stdio/gets_s_test.c Mon Jun 18 19:34:43 2018 (r335334) +++ stable/11/lib/libc/tests/stdio/gets_s_test.c Mon Jun 18 19:35:17 2018 (r335335) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2017 Cyril S. E. Schubert. All rights reserved. + * Copyright (c) 2017 Cyril S. E. Schubert * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
