[7/7] sys/sys: Remove some more vestiges of the $FreeBSD$

Message ID 20250710021918.112394-8-sebastian.huber@embedded-brains.de
State New
Headers
Series Synchronize <sys/time.h> with FreeBSD |

Commit Message

Sebastian Huber July 10, 2025, 2:19 a.m. UTC
  From: Konstantin Belousov <kib@FreeBSD.org>

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D42824
---
 newlib/libc/include/sys/timespec.h | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/newlib/libc/include/sys/timespec.h b/newlib/libc/include/sys/timespec.h
index 709e13851..b3e2e07b2 100644
--- a/newlib/libc/include/sys/timespec.h
+++ b/newlib/libc/include/sys/timespec.h
@@ -25,7 +25,6 @@ 
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- * from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp
  */
 
 #ifndef _SYS_TIMESPEC_H_