This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMIT] Fix coding-style issues in proc-why.c


As obvious.

Mark

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.6509
diff -u -p -u -p -r1.6509 ChangeLog
--- ChangeLog	27 Oct 2004 20:03:45 -0000	1.6509
+++ ChangeLog	28 Oct 2004 11:03:00 -0000
@@ -1,3 +1,8 @@
+2004-10-28  Mark Kettenis  <kettenis@jive.nl>
+
+	* proc-why.c: Fix several coding-style issues.
+	(proc_prettyfprint_why): Use ARRAY_SIZE.
+
 2004-10-27  Jim Blandy  <jimb@redhat.com>
 
 	* remote.c (fetch_register_using_p): Construct 'p' packet in a
Index: proc-why.c
===================================================================
RCS file: /cvs/src/src/gdb/proc-why.c,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 proc-why.c
--- proc-why.c	15 Aug 2004 12:12:47 -0000	1.4
+++ proc-why.c	28 Oct 2004 11:03:00 -0000
@@ -1,34 +1,28 @@
-/* Machine independent support for SVR4 /proc (process file system) for GDB.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+/* Machine-independent support for SVR4 /proc (process file system)
+
+   Copyright 1999, 2000, 2004 Free Software Foundation, Inc.
+
    Written by Michael Snyder at Cygnus Solutions.
    Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
 
-This file is part of GDB.
-
-This program is free software; you can redistribute it and/or modify


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]