Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a8b9bc70
Commit
a8b9bc70
authored
Nov 10, 2008
by
Led
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.9.1
parent
f0be54b6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
3 deletions
+13
-3
ChangeLog
ChangeLog
+4
-0
configure
configure
+1
-1
configure.in
configure.in
+1
-1
changelog
debian/changelog
+6
-0
listen.c
src/listen.c
+1
-1
No files found.
ChangeLog
View file @
a8b9bc70
ver 0.9.1 (2003/9/30)
1) Fix a statement in the middle of declarations in listen.c, causes error for
gcc 2.7
ver 0.9.0 (2003/9/30)
1) Random play mode
2) Alsa Mixer Support
...
...
configure
View file @
a8b9bc70
...
...
@@ -1745,7 +1745,7 @@ fi
# Define the identity of the package.
PACKAGE
=
mpd
VERSION
=
0.9.
0
VERSION
=
0.9.
1
cat
>>
confdefs.h
<<
_ACEOF
...
...
configure.in
View file @
a8b9bc70
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(mpd, 0.9.
0
)
AM_INIT_AUTOMAKE(mpd, 0.9.
1
)
AC_PROG_CC
AC_PROG_INSTALL
...
...
debian/changelog
View file @
a8b9bc70
mpd (0.9.1-1) unstable; urgency=low
* Update to 0.9.1
-- Warren Dukes <shank@mercury.chem.pitt.edu> Tue, 30 Sep 2003 09:09:00 -0400
mpd (0.9.0-1) unstable; urgency=low
* Update to 0.9.0
...
...
src/listen.c
View file @
a8b9bc70
...
...
@@ -170,9 +170,9 @@ void getConnections(int sock) {
fd_set
fdsr
;
int
fd
=
0
;
struct
timeval
tv
;
tv
.
tv_sec
=
tv
.
tv_usec
=
0
;
struct
sockaddr
sockAddr
;
socklen_t
socklen
=
sizeof
(
sockAddr
);
tv
.
tv_sec
=
tv
.
tv_usec
=
0
;
fflush
(
NULL
);
FD_ZERO
(
&
fdsr
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment