diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:30 +0000 |
| commit | 29363fb446372cb3f10bc98664e9767c53fbb457 (patch) | |
| tree | 363b21f649d388135a49d39c67c16fcac89cd506 /sys/powerpc/include | |
| parent | 6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07 (diff) | |
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/_align.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/_limits.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/_types.h | 3 | ||||
| -rw-r--r-- | sys/powerpc/include/endian.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/float.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/ieee.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/in_cksum.h | 1 | ||||
| -rw-r--r-- | sys/powerpc/include/limits.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/param.h | 2 | ||||
| -rw-r--r-- | sys/powerpc/include/ptrace.h | 2 |
10 files changed, 0 insertions, 20 deletions
diff --git a/sys/powerpc/include/_align.h b/sys/powerpc/include/_align.h index 63ead9e7bffc..0a7b6039b087 100644 --- a/sys/powerpc/include/_align.h +++ b/sys/powerpc/include/_align.h @@ -35,8 +35,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: @(#)param.h 5.8 (Berkeley) 6/28/91 */ #ifndef _POWERPC_INCLUDE__ALIGN_H_ diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 956a9c1e9f1d..542248e51498 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -27,8 +27,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. - * - * @(#)limits.h 8.3 (Berkeley) 1/4/94 */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index 3cd6e90b79b8..33cc6e731b50 100644 --- a/sys/powerpc/include/_types.h +++ b/sys/powerpc/include/_types.h @@ -32,9 +32,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: @(#)ansi.h 8.2 (Berkeley) 1/4/94 - * From: @(#)types.h 8.3 (Berkeley) 1/5/94 */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h index 0d8a01457884..90f53540256a 100644 --- a/sys/powerpc/include/endian.h +++ b/sys/powerpc/include/endian.h @@ -27,8 +27,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. - * - * @(#)endian.h 8.1 (Berkeley) 6/10/93 */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 7e327bba4f6d..58ecbcfed74e 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -27,8 +27,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: @(#)float.h 7.1 (Berkeley) 5/8/90 * from: FreeBSD: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 */ diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index aefa3e9b4cf6..4fcb78728d15 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -36,8 +36,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. - * - * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp */ diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h index 356c7c564f3a..7b649011f7d9 100644 --- a/sys/powerpc/include/in_cksum.h +++ b/sys/powerpc/include/in_cksum.h @@ -29,7 +29,6 @@ * SUCH DAMAGE. * * from tahoe: in_cksum.c 1.2 86/01/05 - * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp */ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index c6da8ec92fdb..72dc3a64c23d 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -27,8 +27,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. - * - * @(#)limits.h 8.3 (Berkeley) 1/4/94 */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index debd158df6b3..56a7308a21b3 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -35,8 +35,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: @(#)param.h 5.8 (Berkeley) 6/28/91 */ #ifndef _POWERPC_INCLUDE_PARAM_H_ diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index 36271c143fec..69c100c32572 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -27,8 +27,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. - * - * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 */ #ifndef _MACHINE_PTRACE_H_ |
