summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-10-06 03:19:26 +0000
committersteve <steve@FreeBSD.org>1996-10-06 03:19:26 +0000
commitbe4c09c46561b6cd64cfeb4652df65e9d3bed829 (patch)
tree29ae6af95c827cbd835fe3d5d37468bcfa0d0e03 /lib/csu/i386
parent60397170986ecf4303e825f3c312b6fcc71e68fc (diff)
downloadFreeBSD-src-be4c09c46561b6cd64cfeb4652df65e9d3bed829.zip
FreeBSD-src-be4c09c46561b6cd64cfeb4652df65e9d3bed829.tar.gz
Remove garbage initcode reference so that 'gcc -Dlint ...'
will compile without error.
Diffstat (limited to 'lib/csu/i386')
-rw-r--r--lib/csu/i386/crt0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c
index 7559437..a14a408 100644
--- a/lib/csu/i386/crt0.c
+++ b/lib/csu/i386/crt0.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: crt0.c,v 1.23 1996/01/30 05:55:20 nate Exp $
+ * $Id: crt0.c,v 1.24 1996/10/01 00:54:48 peter Exp $
*/
#include <sys/param.h>
@@ -147,7 +147,6 @@ start()
#ifdef lint
kfp = 0;
- initcode = initcode = 0;
#else /* not lint */
/* just above the saved frame pointer */
asm ("lea 4(%%ebp), %0" : "=r" (kfp) );
OpenPOWER on IntegriCloud