From: kosmirror <kos...@us...> - 2025-08-02 03:07:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via ac44bb4422f9c2620697cbcc3dc571b6cd88990a (commit) from 192e295702414e074ca919532918b3c3851e185e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ac44bb4422f9c2620697cbcc3dc571b6cd88990a Author: QuzarDC <qu...@co...> Date: Fri Aug 1 03:23:57 2025 -0400 Remove deprecated header. Was replaced in 2017 by implementing `<sys/uio.h>`. ----------------------------------------------------------------------- Summary of changes: include/kos/iovec.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 include/kos/iovec.h diff --git a/include/kos/iovec.h b/include/kos/iovec.h deleted file mode 100644 index 64322f41..00000000 --- a/include/kos/iovec.h +++ /dev/null @@ -1,25 +0,0 @@ -/* KallistiOS ##version## - - kos/iovec.h - Copyright (C) 2001 Megan Potter - -*/ - -/** \file kos/iovec.h - \brief Deprecated header file for I/O scatter/gather arrays. - \deprecated - - See <sys/uio.h> for what used to be here. -*/ - -#ifndef __KOS_IOVEC_H -#define __KOS_IOVEC_H - -#include <sys/uio.h> - -/** \brief Compatibility typedef for old code. - \deprecated -*/ -typedef struct iovec iovec_t; - -#endif /* __KOS_IOVEC_H */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |