mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-06 12:50:29 +01:00
* dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
better POSIX compliance.
This commit is contained in:
parent
617e73f763
commit
dbd4279a80
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-12-21 Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
|
||||
* dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
|
||||
better POSIX compliance.
|
||||
|
||||
2004-12-19 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* dbus/dbus-string.c (_dbus_string_insert_4_aligned)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
SRC=$1
|
||||
DEST=$2
|
||||
|
||||
function die()
|
||||
die()
|
||||
{
|
||||
echo $1 1>&2
|
||||
/bin/rm $DEST.tmp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue