[Debburn-changes] r586 - cdrkit/trunk/librols/stdio

Eduard Bloch blade at alioth.debian.org
Fri Dec 8 11:18:19 CET 2006


Author: blade
Date: 2006-12-08 11:18:19 +0100 (Fri, 08 Dec 2006)
New Revision: 586

Removed:
   cdrkit/trunk/librols/stdio/fcons64.c
   cdrkit/trunk/librols/stdio/fdup64.c
   cdrkit/trunk/librols/stdio/fileluopen64.c
   cdrkit/trunk/librols/stdio/filemopen64.c
   cdrkit/trunk/librols/stdio/fileopen64.c
   cdrkit/trunk/librols/stdio/filepos64.c
   cdrkit/trunk/librols/stdio/filereopen64.c
   cdrkit/trunk/librols/stdio/fileseek64.c
   cdrkit/trunk/librols/stdio/filesize64.c
   cdrkit/trunk/librols/stdio/filestat64.c
   cdrkit/trunk/librols/stdio/openfd64.c
Log:
Removed the unused foo*64.c wrappers

Deleted: cdrkit/trunk/librols/stdio/fcons64.c
===================================================================
--- cdrkit/trunk/librols/stdio/fcons64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/fcons64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)fcons64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "fcons.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/fdup64.c
===================================================================
--- cdrkit/trunk/librols/stdio/fdup64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/fdup64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)fdup64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "fdup.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/fileluopen64.c
===================================================================
--- cdrkit/trunk/librols/stdio/fileluopen64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/fileluopen64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)fileluopen64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "fileluopen.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/filemopen64.c
===================================================================
--- cdrkit/trunk/librols/stdio/filemopen64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/filemopen64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)filemopen64.c	1.2 04/08/08 Copyright 2000-2004 J. Schilling */
-/*
- *	Copyright (c) 2000-2004 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "filemopen.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/fileopen64.c
===================================================================
--- cdrkit/trunk/librols/stdio/fileopen64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/fileopen64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)fileopen64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "fileopen.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/filepos64.c
===================================================================
--- cdrkit/trunk/librols/stdio/filepos64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/filepos64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)filepos64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "filepos.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/filereopen64.c
===================================================================
--- cdrkit/trunk/librols/stdio/filereopen64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/filereopen64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,40 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)filereopen64.c	1.7 04/08/08 Copyright 2000-2003 J. Schilling */
-/*
- *	Copyright (c) 2000-2003 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-#ifdef	HAVE_LARGEFILES
-
-#include "filereopen.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/fileseek64.c
===================================================================
--- cdrkit/trunk/librols/stdio/fileseek64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/fileseek64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)fileseek64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "fileseek.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/filesize64.c
===================================================================
--- cdrkit/trunk/librols/stdio/filesize64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/filesize64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)filesize64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "filesize.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/filestat64.c
===================================================================
--- cdrkit/trunk/librols/stdio/filestat64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/filestat64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)filestat64.c	1.6 04/08/08 Copyright 2000 J. Schilling */
-/*
- *	Copyright (c) 2000 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#include "schilyio.h"
-
-/*#if	_LFS_LARGEFILE*/
-#ifdef	HAVE_LARGEFILES
-
-#include "filestat.c"
-
-#endif

Deleted: cdrkit/trunk/librols/stdio/openfd64.c
===================================================================
--- cdrkit/trunk/librols/stdio/openfd64.c	2006-12-08 10:16:47 UTC (rev 585)
+++ cdrkit/trunk/librols/stdio/openfd64.c	2006-12-08 10:18:19 UTC (rev 586)
@@ -1,41 +0,0 @@
-/*
- * This file has been modified for the cdrkit suite.
- *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
- *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
- *
- */
-
-/* @(#)openfd64.c	1.7 04/08/08 Copyright 2000-2003 J. Schilling */
-/*
- *	Copyright (c) 2000-2003 J. Schilling
- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; see the file COPYING.  If not, write to the Free Software
- * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#define	USE_LARGEFILES
-
-#define	_OPENFD_SRC
-#include "schilyio.h"
-
-#ifdef	HAVE_LARGEFILES
-
-#include "openfd.c"
-
-#endif




More information about the Debburn-changes mailing list