diff options
Diffstat (limited to 'lib/csu/i386')
| -rw-r--r-- | lib/csu/i386/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/i386/c++rt0.c | 2 | ||||
| -rw-r--r-- | lib/csu/i386/crt0.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index d58be684afce..3b95bbc9b474 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id: Makefile,v 1.38 1998/05/31 11:32:37 bde Exp $ +# $Id: Makefile,v 1.39 1998/12/27 15:24:21 bde Exp $ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o diff --git a/lib/csu/i386/c++rt0.c b/lib/csu/i386/c++rt0.c index 413524f03ec1..7e36904200d7 100644 --- a/lib/csu/i386/c++rt0.c +++ b/lib/csu/i386/c++rt0.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: c++rt0.c,v 1.7 1997/02/22 14:57:42 peter Exp $ + * $Id: c++rt0.c,v 1.8 1997/04/09 19:14:31 jdp Exp $ */ /* diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 4989c5c55a44..ba4fe2a20473 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.34 1998/02/11 04:57:12 jdp Exp $ + * $Id: crt0.c,v 1.35 1998/12/27 15:47:15 bde Exp $ */ #include <sys/param.h> |
